Welcome![Sign In][Sign Up]
Location:
Search - binary tree matlab

Search list

[Other resource用Matlab实现Huffman编码

Description: Huffman 这个名字,程序员们至少会联想到二叉树和二进制编码。的确,我们总以 Huffman 编码来概括 D.A.Huffman 个人对计算机领域特别是数据压缩领域的杰出贡献。我们知道,压缩 = 模型 + 编码,作为一种压缩方法,我们必须全面考虑其模型和编码两个模块的功效;但同时,模型和编码两个模块又相互具有独立性。-Huffman, programmers will at least think of a binary tree and binary coding. Indeed, we always Huffman coding to summarize D. A. Huffman personal computer areas, especially in the field of data compression outstanding contribution. We know that the compression encoding = model, as a compression method, we must take full account of two model and coding module effectiveness; But at the same time, model and coding module of two mutual independence.
Platform: | Size: 2272 | Author: 亞男 | Hits:

[VC/MFC用Matlab实现Huffman编码

Description: Huffman 这个名字,程序员们至少会联想到二叉树和二进制编码。的确,我们总以 Huffman 编码来概括 D.A.Huffman 个人对计算机领域特别是数据压缩领域的杰出贡献。我们知道,压缩 = 模型 + 编码,作为一种压缩方法,我们必须全面考虑其模型和编码两个模块的功效;但同时,模型和编码两个模块又相互具有独立性。-Huffman, programmers will at least think of a binary tree and binary coding. Indeed, we always Huffman coding to summarize D. A. Huffman personal computer areas, especially in the field of data compression outstanding contribution. We know that the compression encoding = model, as a compression method, we must take full account of two model and coding module effectiveness; But at the same time, model and coding module of two mutual independence.
Platform: | Size: 2048 | Author: 亞男 | Hits:

[Special Effectsbwdistsc

Description: This function computes Euclidean distance transform for 3D binary image with non-trivial aspect ratio (i.e. anisotropic pixels). The algorithm uses fast optimized line-scans and is actually faster than MATLAB s BWDIST implementation of search on optimized kd-tree for many cases. It also uses cell-array representation for internal data, and thus is less demanding to physical memory.
Platform: | Size: 49152 | Author: fangfei | Hits:

[Program docALOHA

Description: 随机访问网的性能仿真,附有详细文档和matlab源码-Random access network performance simulation, with detailed documentation and source code matlab
Platform: | Size: 109568 | Author: 余未 | Hits:

[Data structshuff

Description: 利用数据结构的二叉树概念编写的MATLAB程序实现HUFFMAN编码。-Binary tree data structure using the concept of the preparation of the MATLAB program Huffman coding.
Platform: | Size: 1024 | Author: 沈少云 | Hits:

[Mathimatics-Numerical algorithmsjueceshu

Description: 决策树 cart 二叉树代码,简要算法与说明-Decision tree cart binary tree code algorithm and briefly explain
Platform: | Size: 2048 | Author: and | Hits:

[matlabPatternRecognition

Description: 1.Fisher分类算法 2.感知器算法 3.最小二乘算法 4.快速近邻算法 5.K-近邻法 6.剪辑近邻法和压缩近邻法 7.二叉决策树算法-1.Fisher Classification Algorithm 2. Perceptron algorithm 3. Least-squares algorithm 4. Fast nearest neighbor 5.K-neighbor method 6. Clips neighbor neighbor method and compression method 7. Binary Decision Tree Algorithm
Platform: | Size: 8192 | Author: wct | Hits:

[Compress-Decompress algrithmshuffman_coding

Description: ) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The table is derived in a particular way based on the estimated probability of occurrence for each possible value of the source symbol .Huffman coding uses a specific method for representing each symbol, resulting in a prefix code that expresses the most common characters using shorter strings of bits than those used for less common source symbols.The Huffman coding is a procedure to generate a binary code tree. -) Compression using huffman code -with a number of bits k per code word -provide huffman table Huffman coding is optimal for a symbol-by-symbol coding with a known input probability distribution.This technique uses a variable-length code table for encoding a source symbol. The table is derived in a particular way based on the estimated probability of occurrence for each possible value of the source symbol .Huffman coding uses a specific method for representing each symbol, resulting in a prefix code that expresses the most common characters using shorter strings of bits than those used for less common source symbols.The Huffman coding is a procedure to generate a binary code tree.
Platform: | Size: 1024 | Author: ria | Hits:

[matlabfinace-binary-tree

Description: 用MATLAB实现金融数学中,关于期权二叉树的算法,非常经典,是我大三时,帮大四的师兄写的-Using MATLAB to achieve financial mathematics, the binary tree algorithm on the options, very classic, is my third time to help write a senior senior
Platform: | Size: 3072 | Author: qing | Hits:

[matlabmatlab_Robotpath

Description: 用Matlab实现了机器人最优路径规划中的全局路径规划,算法采用的是基于方向权的二叉树算法。-Using Matlab to achieve the optimal robot path planning in the global path, planning algorithm uses a binary tree algorithm based on the direction.
Platform: | Size: 5120 | Author: 李志平 | Hits:

[matlabdsatbx

Description: matlab数据结构 算法工具箱, 包括堆栈 队列 2叉树 红黑树 -Data Structures & Algorithms Toolbox ==================================== The Data Structures & Algorithms Toolbox provides advanced data structures and algorithms for the Matlab(r) 5 environment. It implements functions to create and destroy singly and doubly linked list, stack, queue, binary tree and red-black (balanced) binary tree. Data elements can be inserted, deleted or searched for. A graphical representation of trees can be shown. All algorithms are clearly written as m-files, which allows the toolbox to be used as a teaching aid in educational data structures courses. This is the first implementation available of advanced datatypes, common in other languages, for Matlab.
Platform: | Size: 116736 | Author: austin | Hits:

[AI-NN-PRtwo_shape_tree

Description: 在MATLAB 用云模型实现二叉分形树,写的很详细,有参考和学习价值-Cloud model implementation in MATLAB using the binary fractal tree, write a very detailed, with reference to and learning the value of
Platform: | Size: 8192 | Author: 大熊 | Hits:

[matlabC4_5.m

Description: his algorithm was proposed by Quinlan (1993). The C4.5 algorithm generates a classification-decision tree for the given data-set by recursive partitioning of data. The decision is grown using Depth-first strategy. The algorithm considers all the possible tests that can split the data set and selects a test that gives the best information gain. For each discrete attribute, one test with outcomes as many as the number of distinct values of the attribute is considered. For each continuous attribute, binary tests involving every distinct values of the attribute are considered. In order to gather the entropy gain of all these binary tests efficiently, the training data set belonging to the node in consideration is sorted for the values of the continuous attribute and the entropy gains of the binary cut based on each distinct values are calculated in one scan of the sorted data. This process is repeated for each continuous attributes.
Platform: | Size: 2048 | Author: rajesh | Hits:

[matlabimagdetect

Description: 学习matlab图像处理的绝对有用的程序,所有程序均调试通过,程序代码说明 P0401:用Prewitt算子检测图像的边缘 P0402:用不同σ值的LoG算子检测图像的边缘 P0403:用Canny算子检测图像的边缘 P0404:图像的阈值分割 P0405:用水线阈值法分割图像 P0406:对矩阵进行四叉树分解 P0407:将图像分为文字和非文字的两个类别 P0408:形态学梯度检测二值图像的边缘 P0409:形态学实例——从PCB图像中删除所有电流线,仅保留芯片对象 -Learn matlab image processing of absolute useful program, all procedures is commissioning, the program code instructions: P0401: use Prewitt operator detection image edges P0402: with different sigma value of image edge detection LoG operator P0403: with the edge of the Canny operator detection images P0404: image threshold segmentation P0405: water line threshold value method segmentation images P0406: four binary tree of matrix decomposition P0407: will the image into text and erbal two
Platform: | Size: 40960 | Author: zhuzhu | Hits:

[matlabhuffman_encode

Description: 基于最小二元树的编码传输问题,用Matlab编程求解-Binary tree coding based on minimum transmission problem, solved with the Matlab programming
Platform: | Size: 64512 | Author: 刘峰 | Hits:

[Fractal programmatlab

Description: 详细的二叉树画法,和其他的有所不同,很有特色的。-Details of the binary tree painting, and other different, very unique.
Platform: | Size: 1024 | Author: chen | Hits:

[2D Graphictree

Description: MATLAB二叉树生成,可以生成平衡和非平衡二叉树-MATLAB binary generation, can generate balanced and unbalanced binary tree
Platform: | Size: 1024 | Author: 王文文 | Hits:

[Finance-Stock software systembinary-tree

Description: 金融工程中,二叉树模型用于期权定价,用matlab程序实现,来进行套利-Two fork tree model for Option pricing
Platform: | Size: 75776 | Author: langqi | Hits:

[matlabbitree

Description: 判断一棵树是否为二叉树。是数据结构学习阶段的基础算法。(Judge whether a tree is a binary tree.)
Platform: | Size: 9216 | Author: 圆豌豆 | Hits:

[matlabasian_option

Description: 亚式期权二叉树定价,最经典的算法!!!!!!!!!(Binary tree pricing of Asian Options)
Platform: | Size: 1024 | Author: qilin321 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net